home *** CD-ROM | disk | FTP | other *** search
/ Shareware Games Galore! / Shareware Games Galore!.iso / arcade / mcmurphy / info.bat < prev    next >
DOS Batch File  |  1988-12-30  |  4KB  |  105 lines

  1. echo off
  2. cls
  3. echo.
  4. echo If DIRECTORIES exist on disk you must first enter at the DOS prompt:
  5. echo                     COPY INFO.BAT A:\directory name
  6. echo                     CD\directory name
  7. echo                     INFO
  8. echo This will allow you to examine files in that DIRECTORY.
  9. echo.
  10. echo If files with .ARC extension exist on disk you must first extract files from
  11. echo this ARCHIVED file. To extract files:
  12. echo           1. Place the disk with the .ARC file in Drive B:
  13. echo           2. Place a blank formatted disk in Drive A:
  14. echo           3. Enter at the A prompt B:ARCE B:filename.ARC
  15. echo           4. Disk in Drive A: will contain the extracted files.
  16. echo.
  17. echo      Copy INFO.BAT to Drive A: Enter INFO at the DOS prompt for help.
  18. echo.
  19. echo The documentation for programs is stored in files on this disk.
  20. echo Look at the file names below for names with:
  21. echo README, MANUAL, .DOC, .TXT, or .MAN in them.
  22. echo.
  23. pause
  24. cls
  25. dir/p
  26. echo.
  27. pause
  28. cls
  29. echo You can view these text files on the screen by entering at the DOS prompt:
  30. echo                             LIST filename.ext
  31. echo             (substitute the actual filename.ext, of course)
  32. echo.
  33. echo You can also print the documentation by entering at the DOS prompt:
  34. echo                            COPY filename.ext \PRN
  35. echo.
  36. pause
  37. cls
  38. if exist *.bat goto showbat
  39. goto nobat
  40. :showbat
  41. dir *.bat /w
  42. echo.
  43. echo The batch files above may help you get going, but it's a good idea to see what
  44. echo these will do before executing them. To do this, at the DOS prompt just enter
  45. echo                              LIST filename.BAT
  46. echo Some programs have batch files that will print the documentation for you.
  47. :nobat
  48. echo.
  49. echo A very few programs don't have documentation files.
  50. echo They are self-documenting when run.
  51. echo.
  52. echo.
  53. pause
  54. cls
  55. echo.
  56. echo         Many of these programs  are commercial quality or  better and
  57. echo         most are copyrighted,  but  the authors allow their  programs
  58. echo         to be copied so  that others can try  them. This is known  as
  59. echo         Shareware. (But not all programs in our library may be freely
  60. echo         copied. Check the documentation for each.)
  61. echo.
  62. echo         The documentation file on this disk will tell you the  amount
  63. echo         that the author would like to receive if you try the  program
  64. echo         and  decide  to  keep  using  it.  To encourage payment, some
  65. echo         programmers offer more advanced versions, printed manuals and
  66. echo         other incentives.
  67. echo.
  68. echo         But even those that don't offer incentives still deserve your
  69. echo         financial support  and encouragement  for the  work they have
  70. echo         done.  This is  your moral obligation if you are  using their
  71. echo         program. But beyond being an obligation, it is an  investment
  72. echo         in the future of "shareware"  for which you will be  rewarded
  73. echo         with more and better programs as a result of your support.
  74. echo.
  75. pause
  76. cls
  77. if exist read*.* dir read*.*/w
  78. if exist manual*.* dir manual*.*/w
  79. if exist *.doc dir *.doc/w
  80. if exist *.me dir *.me/w
  81. if exist *.txt dir *.txt/w
  82. if exist *.man dir *.man/w
  83. echo.
  84. echo       If any files are listed above, these are the ones to LIST first.
  85. echo.
  86. pause
  87. cls
  88. echo.
  89. echo  *************************************************************************
  90. echo.
  91. echo       **** FOR OTHER PUBLIC DOMAIN AND USER-SUPPORTED SOFTWARE ****
  92. echo.
  93. echo               FOR MY FREE CATALOG ON DISK CALL OR WRITE
  94. echo.
  95. echo                          CRAIG TODTSCHINDER
  96. echo.
  97. echo                           423 BEDFORD ROAD
  98. echo.
  99. echo                         SCHENECTADY NY 112308
  100. echo.
  101. echo                             518-374-6669
  102. echo  ************************************************************************
  103. echo.
  104. pause
  105.